home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / animutil / playsr / playsr.arc / manx.h < prev    next >
Text File  |  1988-11-10  |  265b  |  17 lines

  1. double    atof ();
  2. long    atol ();
  3. long    lseek ();
  4. long    time ();
  5. char    *calloc ();
  6. char    *malloc ();
  7. char    *realloc ();
  8. char    *strcat ();
  9. char    *strncat ();
  10. char    *strcmp ();
  11. char    *strncmp ();
  12. char    *strcpy ();
  13. char    *strncpy ();
  14. char    *index ();
  15. char    *rindex ();
  16. char    *ctime ();
  17.